Player (Object Oriented)
 All Classes Files Functions
Public Member Functions | List of all members
IPlayerInput Class Referenceabstract

#include <interfaces.hpp>

Inheritance diagram for IPlayerInput:
Collaboration diagram for IPlayerInput:

Public Member Functions

virtual void doStart ()=0
 
virtual void doStop ()=0
 
virtual void doPause ()=0
 

Member Function Documentation

virtual void IPlayerInput::doPause ( )
pure virtual

Implemented in AcmePlayerControl.

Here is the caller graph for this function:

virtual void IPlayerInput::doStart ( )
pure virtual

Implemented in AcmePlayerControl.

Here is the caller graph for this function:

virtual void IPlayerInput::doStop ( )
pure virtual

Implemented in AcmePlayerControl.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: